Welcome![Sign In][Sign Up]
Location:
Search - generator number

Search list

[SCMdianyan2

Description: 本系统基于反馈控制思想,由交直流转换电路、DC-DC变换器、步进电路模块和显示模块4个模块电路构成开关稳压电源。交直流转换电路整流部分采用全波桥式整流电路形式,DC-DC变换器以TL494有主核心设计并加上简单滤波电路及RC放电回路所构成的回路控制器。它能把脉冲宽度变化的信号转换成与脉冲宽度成正比变化的直流信号,进而实现闭环单回路控制。由单片机控制 数字定位器X9241的电阻,进而控制输出电压。显示模块由LCD1602构成。 -Based on feedback control of the system of thought, from AC-DC converter circuit, DC-DC converters, stepper circuit module and display module 4 module circuit switching power supply. AC-DC converter circuit using full-wave rectifier part of the circuit form of bridge rectifier, DC-DC converter to TL494 have the main core of the design and add a simple RC filter circuit and discharge circuit posed by the loop controller. It can change the pulse width signals into changes with the pulse width is proportional to the DC signal, and thus realize the closed-loop single-loop control. By the single-chip microcomputer to control the number of locator X9241 resistance, thereby control the output voltage. LCD1602 constituted by the display module.
Platform: | Size: 52224 | Author: 苏永生 | Hits:

[matlabcreathist

Description: 实现正态分布的伪随机数发生器 实现正态分布的伪随机数发生器-To achieve normal distribution of the pseudo-random number generator to achieve normal distribution of the pseudo-random number generator
Platform: | Size: 1024 | Author: syq | Hits:

[Data structsrandomc

Description: Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations. This C++ implementation provides random number generators of a much better quality: Better randomness, higher resolution, and longer cycle lengths. The same random number generators are available as libraries coded in assembly language for higher speed. These libraries can be linked into projects coded in other programming languages under Windows, Linux, BSD, etc. The library files are available in the archive asmlib.zip. Non-uniform random number generators are provided in stocc.zip.-Uniform random number generatorsby Agner Fog, 2001- 2007randomc.zip contains a C++ Class library of uniform random number generators of good quality.The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations . This C++ implementation provides random number generators of a much better quality: Better randomness, higher resolution, and longer cycle lengths.The same random number generators are available as libraries coded in assembly language for higher speed. These libraries can be linked into projects coded in other programming languages under Windows, Linux, BSD, etc. The library files are available in the archive asmlib.zip.Non-uniform random number generators are provided in stocc.zip.
Platform: | Size: 102400 | Author: lilin | Hits:

[Disk Toolsdiskinfo

Description: 获得硬盘物理序列号,在软件加密等方面有很大的用途,不同于格式化后的序列号。-Access to the physical hard drive serial number, in the software encryption, such as having a significant purpose, different from the format after the serial number.
Platform: | Size: 362496 | Author: 陈长江 | Hits:

[Mathimatics-Numerical algorithmsrand

Description: 均匀分布伪随机数发生器 伪随机数在计算机软件设计中有很广泛的用途。本文介绍了基于数学方法的利用计算机产生伪随机数的一种方法,即线性同余法,任何伪随机数的产生都是运用递推的原理来生成的。以及在Visual C++环境中产生伪随机数的两个重要函数,rand和srand函数,正确地使用这两个函数是产生性能良好的伪随机数的关键 -Uniformly distributed pseudo-random number generator, pseudo-random number in the computer software design in a very wide range of functions. This paper introduces the mathematical methods based on the use of computer generated pseudo-random number in a way that the linear congruence method, any pseudo-random number generated is to use the principle of recursive generated. As well as in Visual C++ Environment pseudo-random number generated two important functions, rand and srand functions, proper use of these two functions is the good performance of the pseudo-random number key
Platform: | Size: 211968 | Author: 徐雷 | Hits:

[Mathimatics-Numerical algorithmsRandom_generators_and_normal_numbers

Description: Random Generators and Normal Numbers 随机数产生 英文文档。-Random Generators and Normal Numbers random number generator English document.
Platform: | Size: 181248 | Author: 花玉良 | Hits:

[Mathimatics-Numerical algorithmsquasi

Description: 伪随机数生成器,Implementation of the Quasi-Random Number generator currently hardwired to no more than 52 dimensions-Pseudo-random number generator, Implementation of the Quasi-Random Number generator currently hardwired to no more than 52 dimensions
Platform: | Size: 9216 | Author: 刘冬 | Hits:

[Mathimatics-Numerical algorithmstre

Description: 实现正态分布的伪随机数发生器-To achieve normal distribution of the pseudo-random number generator
Platform: | Size: 2048 | Author: 在一 | Hits:

[DocumentsUniformRandomNumberGenerator

Description: Uniform Random Number Generator,copy from book
Platform: | Size: 532480 | Author: River | Hits:

[SCMbujinchengxu

Description: 步进电机具有控制简便、定位准确等特点。随着科学技术的发展,在许多领域将得到广泛的应用。鉴于传统的脉冲系统移植性不好,本文提出微机控制系统代替脉冲发生器和脉冲分配器,用软件的方法产生控制脉冲,通过软件编程可以任意设定步进电机的转速、旋转角度、转动次数和控制步进电机的运行状态。以简化控制电路,降低生产成本,提高系统的运行效率和灵活性。在此基础上提出了双三拍步进电机程序控制的硬件接口电路、程序流程图和汇编程序。 -Stepper motor control is simple, accurate positioning and so on. With the development of science and technology in many fields will be a wide range of applications. In view of the traditional pulse system implanted bad, microcomputer control system proposed in this paper in lieu of pulse generator and pulse distributor, the software methods used to control pulse, through the software programming can be arbitrary set of stepping motor rotation speed, rotation angle, rotation and control the number of stepper motor operation. To simplify the control circuitry, lower production costs, improve system operating efficiency and flexibility. On this basis a two-three beat stepper motor control circuit of the hardware interface, the program flow chart and assembler.
Platform: | Size: 113664 | Author: 王剑 | Hits:

[Crack Hackx917generator

Description: 利用ANSI X9.17标准模拟了一个伪随机数发生器,内核加密算法调用3DES算法,能够按照标准要求产生64位伪随机数和64位种子值。-Use of ANSI X9.17 standard simulation of a pseudo-random number generator, called the kernel encryption algorithm 3DES algorithm, in accordance with the standard requirements to produce 64-bit pseudo-random number and 64-bit seed value.
Platform: | Size: 192512 | Author: wildkaede | Hits:

[matlabParzen

Description: Parzen窗法,由样本求概密估计,例为一维正态分布和双峰均匀分布,内附随机数生成的原理说明。-Parzen window method, by the sample density estimate for estimated Example for one-dimensional normal distribution and bimodal uniform distribution, random number generator containing a description of the principle.
Platform: | Size: 134144 | Author: 赵瑞峰 | Hits:

[VHDL-FPGA-Verilogrng

Description: verilog编写随机数产生源程序,在硬件电路设计中应用广泛。本程序是在LFSR and a CASR 基础上实现的-random number generator to prepare Verilog source code, in the hardware circuit design applications. This procedure is in the LFSR and a CASR based on the
Platform: | Size: 94208 | Author: Alex | Hits:

[Otherrng_opencore

Description: opencore, random number generator, verilog
Platform: | Size: 3072 | Author: jason | Hits:

[Othercodesyskeygen

Description: codesys keygen 著名工控软件CODESYS的序列号生成器-industrial control software codesys keygen CoDeSys famous serial number generator
Platform: | Size: 3256320 | Author: zhuanzi | Hits:

[Mathimatics-Numerical algorithmsrandom_number_gernerator

Description: random number generator,随机数产生器,可以产生均匀分布的随机数,有Mersenne twister, RANROT-B,RANROT-W, Mother-of-all等-random number generator, random number generator can generate uniformly distributed random numbers, there are Mersenne twister, RANROT-B, RANROT-W, Mother-of-all, etc.
Platform: | Size: 15360 | Author: zhu | Hits:

[Crack HackCodeGen

Description: vb注册码生成器,可以自动生成人以数量的17位由阿拉伯数字和字母组成的注册码!-vb code generator can automatically Health adult to 17 the number of Arabic numerals and letters from the key!
Platform: | Size: 5120 | Author: 陆权森 | Hits:

[Mathimatics-Numerical algorithmsRHandRand

Description: 用matlab仿真对光谱进行定标和很好的一个随机数发生器-Matlab simulation of the spectrum used for calibration and a very good random number generator
Platform: | Size: 121856 | Author: Ellison | Hits:

[VHDL-FPGA-Verilogsvc_timer33ms

Description: Verilog 下脉冲发生器的源代码,可用于模拟三相交流电过零点,主要用于调试一些类似SVC(无功补偿)控制器的一些算法-Pulse generator under the Verilog source code, can be used to simulate three-phase alternating current zero-crossing point, mainly for debugging similar SVC (reactive power compensation) controller of a number of algorithms
Platform: | Size: 763904 | Author: huangyongbing | Hits:

[Windows Developbsearch

Description: binary search and Sets the seed of the random number generator,computes a random integer in a range
Platform: | Size: 1024 | Author: puneet | Hits:
« 1 23 4 5 6 7 8 9 10 ... 45 »

CodeBus www.codebus.net